From a9f9e9bae00800be30093abb7dbc30667495e529 Mon Sep 17 00:00:00 2001 From: George Dunlap Date: Wed, 23 Apr 2014 14:19:44 +0100 Subject: [PATCH] docs: Mention the semicolon as a valid statement end Signed-off-by: George Dunlap Acked-by: Ian Jackson --- docs/man/xl.cfg.pod.5 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5 index a6663b9081..c8ce6c1880 100644 --- a/docs/man/xl.cfg.pod.5 +++ b/docs/man/xl.cfg.pod.5 @@ -48,6 +48,14 @@ not nested. The semantics of each C defines which form of C is required. +Pairs may be separated either by a newline or a semicolon. Both +of the following are valid: + + name="h0" + builder="hvm" + + name="h0"; builder="hvm" + =head1 OPTIONS =head2 Mandatory Configuration Items -- 2.30.2